home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 November / PCWNOV07.iso / Software / Trial / AceHTML Pro 6.6 / acehtml6pro.exe / RefEditor.exe / 0 / RCDATA / TFRMLOADING / TFRMLOADING.txt
Encoding:
Text File  |  2006-09-13  |  844 b   |  45 lines

  1. object frmLoading: TfrmLoading
  2.   Left = 232
  3.   Top = 230
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 57
  7.   ClientWidth = 239
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 239
  24.     Height = 57
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 18
  30.       Top = 32
  31.       Width = 3
  32.       Height = 13
  33.     end
  34.     object ProgressBar: TProgressBar
  35.       Left = 18
  36.       Top = 16
  37.       Width = 203
  38.       Height = 12
  39.       Min = 0
  40.       Max = 100
  41.       TabOrder = 0
  42.     end
  43.   end
  44. end
  45.